Return to doc.sitecore.com

Valid for Sitecore 5.1.1 and 5.2
Documentation (Sitecore 5.1/5.2)

1.  Data Provider

The MySql Data Provider allows to use MySql 5 server as a data storage for Sitecore.

Installation instructions:

Follow the steps below to install MySQL Data Provider.  

Note: You must have MySql 5.0 server (or later) installed.

  1. Copy the Sitecore.MySQL.dll, MySql.Data.dll, ICSharpCode.SharpZipLib.dll into Sitecore /bin folder.
  2. Navigate to the /configuration/Sitecore item, change the ‘database’ attribute of the item to ‘MySql’.
  3. Modify the connection strings to reflect MySQL settings you’ve entered:

<connections serverName="server" user="user" password="" prefix="sc ">

2.  MySql Database Restore Tool

The tool allows you to restore Sitecore databases using the stored scripts.

Prerequisite: You must have MySQL 5 (or later) installed.

Run MySqlDbRestore tool

/upload/sdn5/products/data providers/mysql_dbtrestore.png 

3.  MySql Data Transfer Tool

The tool allows transfering your existing Sitecore MS SqlServer databases to MySql server.

Prerequisite: You must have Sitecore for MS SQL Server and MySQL 5 (or later) database installed.

Run MySqlDataTransferTool

/upload/sdn5/products/data providers/mysql_dbtransfer.png